home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Meeting.dxr / 00185_click on hands.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  415 b   |  16 lines

  1. on mouseDown
  2.   set theName to the name of member the member of sprite the clickOn
  3.   case the clickOn of
  4.     5:
  5.       goNarrator(gMasterData, "100")
  6.     6:
  7.       goNarrator(gMasterData, "99")
  8.     7:
  9.       goNarrator(gMasterData, "98")
  10.     8:
  11.       goNarrator(gMasterData, "97")
  12.   end case
  13.   set the loc of sprite 3 to point(-999, -999)
  14.   set the memberNum of sprite 10 to the number of member (theName && "pic")
  15. end
  16.